home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Programming / exif.lib / dev / includes / exif / exif_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-03  |  247 b   |  5 lines

  1. /* Function prototypes for exif.library */
  2. struct Exif * __stdargs ReadExif(char * , ...);
  3. struct Exif * __asm __saveds ReadExifA(register __a0 char * , register __a1 struct TagItem * );
  4. void __asm __saveds FreeExif(register __a0 struct Exif * );
  5.